ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Core.Document Namespace / PagesCollection<T> Class / Remove Method / Remove(Object) Method
The System.Object to remove from the System.Collections.IList.

In This Topic
Remove(Object) Method
In This Topic
Removes the first occurrence of a specific object from the System.Collections.IList.
Syntax
'Declaration
 
Public Overloads Sub Remove( _
   ByVal value As Object _
) 
 

Parameters

value
The System.Object to remove from the System.Collections.IList.
See Also